give meaningful error message if qemu device model is unavailable
authorMichael Tokarev <mjt@tls.msk.ru>
Sun, 24 Apr 2022 09:26:38 +0000 (12:26 +0300)
committerHans van Kranenburg <hans@knorrie.org>
Wed, 28 Sep 2022 17:10:42 +0000 (19:10 +0200)
commit05161f78f2eab8ef27bf6bb0554b3208d974ced9
tree54a9c25e54ec8bb0cff8498efa65d89d269d7187
parent608ac367b8a0934ad1d20cc6f8a81ea99461dba1
give meaningful error message if qemu device model is unavailable

There's no sense to switch to qemu-xen-traditional device model
if that one is not enabled in the first place. This way we'll
have a chance later to print a message suggesting to install the
missing qemu package if we *actually* need qemu for the device model.
tools/libs/light/libxl_create.c
tools/libs/light/libxl_dm.c